-
Notifications
You must be signed in to change notification settings - Fork 578
Add file-based MCP server sample #931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Initial plan * Initial plan for file-based MCP server sample Co-authored-by: PederHP <127606677+PederHP@users.noreply.github.com> * Add file-based MCP server sample with echo tool Co-authored-by: PederHP <127606677+PederHP@users.noreply.github.com> * Clean up temporary backup file Co-authored-by: PederHP <127606677+PederHP@users.noreply.github.com> * Revise README for File-Based MCP Server sample Updated README to clarify file-based program features and testing methods. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: PederHP <127606677+PederHP@users.noreply.github.com>
halter73
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was going to recommend calling this "SingleFileMcpServer" instead of "FileBasedMcpServer", but I guess "file-based app" is the official name for this.
https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/tutorials/file-based-programs
eiriktsarpalis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just realized this was merged weeks ago, I guess it had slipped my attention back then.
Simple file-based sample as per request in #928